home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / i / imagefxv2.1a.lha / ImageFX / Addendum_2.0 next >
Text File  |  1996-03-02  |  13KB  |  356 lines

  1.                           ImageFX 2.0 Manual Addendum
  2.                     Copyright © 1992-1994 Nova Design, Inc.
  3.  
  4.  
  5.  
  6. Preferences - Preview Modules
  7. -------------------------------
  8.  
  9. Workbench:
  10.  
  11. In addition to the options listed on page 2.9 of the manual, there are two new
  12. controls for the Palette Window.  The "Palette Width" setting controls the
  13. width of the palette window in pixels.  The "Pal Row Height" setting determines
  14. the height of the color wells, in pixels.
  15.  
  16.  
  17. RetinaWB:
  18.  
  19. The preview options for the RetinaWB module are the same as for the Workbench
  20. module, with the exception of the "Shade" control.  The RetinaWB module always
  21. renders in 24-bit color, so this control is not present.
  22.  
  23. Because of current limitations in the Retina libraries, you may notice a few
  24. oddities in the RetinaWB preview module:  1) Since there is no way to
  25. draw an oval onto a Retina screen, ImageFX draws a diamond-shaped facsimile
  26. instead.  (The Retina software gurus are working to provide an oval function
  27. for future releases.)  2) You may experience some visual artifacting in or
  28. around toolbox windows, especially with the Retina Z3.  3) It is possible
  29. to "lose" thumbnail previews by covering them with other windows.  You can
  30. retrieve them by doing another preview.
  31.  
  32.  
  33.  
  34. Preferences - Virtual Memory
  35. -------------------------------
  36.  
  37. The virtual memory preferences window now includes a "Defaults" button to
  38. set suitable defaults for the buffer size and maximum RAM settings.
  39.  
  40.  
  41.  
  42. Toolbox - Text
  43. -------------------------------
  44.  
  45. The Text Generation tool operates slightly different from the way the manual
  46. describes starting on page 5.13.  When you first open the text window, the
  47. cursor is positioned in the blank text entry string gadget ready for you to
  48. enter text (it does not say "Test Text" as the manual indicates).  When you
  49. press return, a new line of text is automatically created for you; you do not
  50. need to click Add for each line of text.
  51.  
  52.  
  53.  
  54. Toolbox - Drawing Modes
  55. -------------------------------
  56.  
  57. Lighten, Darken:
  58.  
  59. The Lighten and Darken drawing modes each have a single option to control the
  60. amount of lightening and darkening, respectively.  The control ranges from
  61. 1-255, with higher values producing more lightening or darkening.
  62.  
  63.  
  64.  
  65. Toolbox - Edge Modes
  66. -------------------------------
  67.  
  68. The Feather Out control works only when picking up a brush, or when using any
  69. of the filled drawing tools.  It does not work for any other painting
  70. operations.
  71.  
  72.  
  73.  
  74. Toolbox - Color Menu
  75. -------------------------------
  76.  
  77. The "B&W To Grey" operation now accepts values ranging anywhere from 2-8, not
  78. just 2, 4, or 8.
  79.  
  80.  
  81.  
  82. Toolbox - Zoom Controls
  83. -------------------------------
  84.  
  85. In addition to the Shift "-" combination to zoom out to full view, you can hold
  86. down the shift key while clicking the Zoom Out Gadget ("-") to acheive the same
  87. effect.
  88.  
  89.  
  90.  
  91. Presets File
  92. -------------------------------
  93.  
  94. The format of the presets file ("Default.presets") has been changed slightly in
  95. ImageFX 2.0.  There are two additional columns present to set the horizontal
  96. and vertical DPI for each preset.  See the comments at the beginning of the
  97. file for more details.
  98.  
  99.  
  100.  
  101. Tool Types
  102. -------------------------------
  103.  
  104. ASPECTADJUST=<adjustment>
  105.  
  106. This tool type allows you to adjust ImageFX's Aspect Lock feature to match your
  107. monitor.  The adjustment parameter is a fractional value greater than 0.
  108. Adjustment values greater than 1.0 will render preview images wider than
  109. normal, and adjuments values less than 1.0 will render preview images taller
  110. than normal.
  111.  
  112.  
  113.  
  114. Keyboard Commands
  115. -------------------------------
  116.  
  117. CTRL-E      Expand current region by one pixel.
  118. CTRL-S      Shrink current region by one pixel.
  119.  
  120.  
  121.  
  122. File Formats
  123. -------------------------------
  124.  
  125. Support for the following file formats has been added:
  126.  
  127.  
  128. Video Toaster® FrameStore:
  129.  
  130. Note that while ImageFX allows you to save any size image as a FrameStore,
  131. remember that the Switcher can only load FrameStores that are 752x480.
  132.  
  133.  
  134. FITS:
  135.  
  136. NASA FITS (Flexible Image Transport System).  Because FITS is a greyscale
  137. format, color images saved in this format will be converted to greyscale
  138. automatically.
  139.  
  140.  
  141. Targa:
  142.  
  143. The Targa loader and saver has been enhanced to support the Targa32 format.
  144.  
  145.  
  146. TIFF:
  147.  
  148. The TIFF loader now loads CMYK format files.
  149.  
  150.  
  151.  
  152. Hooks
  153. -------------------------------
  154.  
  155. The following hooks have been added:
  156.  
  157.  
  158. RunOpalPaint:
  159.  
  160. This hook allows you to share image data between ImageFX and Centaur
  161. Development's OpalPaint software.  When you run the hook, the main image buffer
  162. will be transferred to OpalPaint, where you can make changes to the image.
  163. When you finished, exit OpalPaint and you will see your changes in ImageFX.
  164.  
  165.  
  166.  
  167. Arexx Programs
  168. -------------------------------
  169.  
  170. The following Arexx programs have been added:
  171.  
  172.  
  173. ChangeFPS:
  174.  
  175. ChangeFPS is used to modify the frame rate of an animation stored as a
  176. series of frames.  You can use this, for example, to convert an animation
  177. sequence from 24fps to 30fps.
  178.  
  179.  
  180. ToasterGrab:
  181.  
  182. The ToasterGrab script is used to transfer one of the Toaster's framebuffers
  183. into an ImageFX buffer.  You will be prompted as to which framebuffer to
  184. transfer (DV1 or DV2).  The Switcher must be running for this script to work.
  185.  
  186.  
  187. ToasterRender:
  188.  
  189. The ToasterRender script will display ImageFX's main buffer on the Toaster
  190. composite output by transferring the image data through the Switcher.  If the
  191. image is not a standard Toaster resolution (752x480),  you will be prompted as
  192. to whether you want to scale the image to the correct size.  The Switcher must
  193. be running for this script to work.
  194.  
  195.  
  196. MotionReq:
  197.  
  198. MotionReq allows you to animate brushes across a background.  You provide
  199. starting and ending positions, rotation amounts, and whether or not you
  200. would like a shadow generated.  The script will then output frames that
  201. can then be assembled into an animation using IMP or AutoFX.
  202.  
  203.  
  204.  
  205. AutoFX
  206. -------------------------------
  207.  
  208. Following are brief descriptions of some of the less obvious
  209. AutoFX scripts.  Scripts not listed below perform the function
  210. associated with their name.
  211.  
  212. Add.ifx                  - Composites images using the Add option.
  213. Adjust_HSV.ifx           - Color correct using HSV color model.
  214. Adjust_RGB.ifx           - Color correct using RGB color model.
  215. Anim_to_ANIM.ifx         - Convert any animation format to ANIM5.
  216. Anim_to_ANIM7.ifx        - Convert any animation format to ANIM7.
  217. Anim_To_FLC.ifx          - Convert any animation format to PC FLC format.
  218. AutoFX.ifx               - These scripts are automatically executed before
  219.                            and after the entire set of processes.  May be
  220.                            used to turn off redraw and other functions.
  221. Bust_Anim.ifx            - Takes an animation (any type) apart into frames.
  222. Channel.ifx              - Lets you set which RGB channels are to be used.
  223.                            (defaults to all)
  224. Composite_Matte.ifx      - Composites images using the Matte option.
  225. Composite_Merge.ifx      - Composites images using the Merge option.
  226. Copy_AlphaToMain.ifx     - For accessing the Alpha channel via AutoFX.
  227. Copy_MainToAlpha.ifx     - For accessing the Alpha channel via AutoFX.
  228. Crop_Auto.ifx            - Crops single color borders from images automatically.
  229. Custom.ifx               - Lets you enter a command string to execute on each
  230.                            frame.
  231. EOT_Dream.ifx            - Effect Over Time script for Dream function.
  232. EOT_LensFlare.ifx        - Effect Over Time script for Lens Flare.
  233. EOT_Lightning.ifx        - Effect Over Time script for Lightning.
  234. EOT_Mosaic.ifx           - Effect Over Time script for Mosaic.
  235. EOT_Perspective.ifx      - Effect Over Time script for Perspective.
  236. EOT_PolarMosaic.ifx      - Effect Over Time script for Polar Mosaic.
  237. EOT_RadialStar.ifx       - Effect Over Time script for Radial Star.
  238. EOT_Rotate.ifx           - Effect Over Time script for Rotate.
  239. EOT_Spherize.ifx         - Effect Over Time script for Spherize.
  240. Halftone.ifx             - Performs a 45 degree cluster halftone on a frame.
  241. Load.ifx                 - Loads a frame.  Needed as start for _most_ operations.
  242. Load_Mapped.ifx          - Loads only color mapped images directly to rendered
  243.                            image buffer.  Saves time for simple conversions.
  244. Redo.ifx                 - Does a REDO (repeats last command).
  245. RenameForFrameStore.ifx  - Renames selected frames for Toaster compatibility.
  246. RenameForSequence.ifx    - Renames selected frames to a single sequence name.
  247. Render.ifx               - Renders images using currently selected ImageFX
  248.                            render module.
  249. Render_Amiga.ifx         - Renders images using Amiga rendering.
  250. Render_Foreign.ifx       - Renders images using rendering for non-Amigas.
  251. SaveBufferAs.ifx         - Saves buffer in selected format and name.
  252. SaveBufferAs_ILBM.ifx    - Saves buffer as ILBM.
  253. SaveBufferAs_JPEG.ifx    - Saves buffer as JPEG.
  254. SaveBufferAs_MPEG.ifx    - Saves buffer as MPEG.
  255. SaveRenderedAs.ifx       - Saves _rendered_ image in selected format and name.
  256. SaveRenderedAs_ILBM.ifx  - Saves _rendered_ image as ILBM.
  257. SaveRenderedAs_ANIM.ifx  - Saves to ANIM5.
  258. SaveRenderedAs_ANIM7.ifx - Saves to ANIM7.
  259. SaveRenderedAs_FLC.ifx   - Saves to PC FLC format.
  260. Scale_Absolute.ifx       - Scale frame to an exact size.
  261. Scale_Percent.ifx        - Scale frame by a percentage.
  262. Swap.ifx                 - Swap contents of main with swap frame.
  263. Swap_Alpha.ifx           - Swap contents of main frame with whatever is in alpha.
  264. Template.ifx             - Sample frame script template.
  265. Text.ifx                 - For placing text on frames.
  266.  
  267.  
  268.  
  269. Miscellaneous
  270. -------------------------------
  271.  
  272. Workbench 3.0 Users:  It is imperative that you have amigaguide.library
  273. version 39 or later installed, or you will experience problems opening
  274. the help guide on screens with greater than 32 colors.  The default
  275. installation procedure should handle this automatically.  If, however,
  276. you find that your amigaguide.library is older than version 39, you will
  277. need to copy the newer library from your original 3.0 or 3.1 Workbench
  278. disk.
  279.  
  280.  
  281. Epson Scanner Users:  If you are using the Epson scanner module with
  282. third-party display cards that support promoting regular Intuition
  283. screens onto the alternate display (such as the Spectrum or Picasso),
  284. you will need to make sure that the Epson Scanner Preview screen is
  285. NOT promoted in this way.  If it is, you may experience some display
  286. problems and/or possible system failures.
  287.  
  288.  
  289. Epson Scanner Cable Pinouts:
  290.  
  291.    GVP-Style Cable:
  292.  
  293.       DB25 Male                Centronics 36 Male
  294.       (A500/2000/3000)         (Scanner)
  295.  
  296.        2: D0                   2: D0
  297.        3: D1                   3: D1
  298.        4: D2                   4: D2
  299.        5: D3                   5: D3
  300.        6: D4                   6: D4
  301.        7: D5                   7: D5
  302.        8: D6                   8: D6
  303.        9: D7                   9: D7
  304.       10: ACK*                10: ACKNLG*
  305.       11: BUSY                11: BUSY
  306.       12: POUT                36: DIR
  307.       13: SEL                  1: STROBE*
  308.       16: Reset*              31: INIT*
  309.       22: GND                 30: GND
  310.       25: GND                 33: GND
  311.  
  312.    ASDG-Style Cable:
  313.  
  314.       DB25 Male                Centronics 36 Male
  315.       (A500/2000/3000)         (Scanner)
  316.  
  317.        1: STROBE*             NC:
  318.        2: D0                   5: D3
  319.        3: D1                   8: D6
  320.        4: D2                   7: D5
  321.        5: D3                   4: D2
  322.        6: D4                   2: D0
  323.        7: D5                   9: D7
  324.        8: D6                   3: D1
  325.        9: D7                   6: D4
  326.       10: ACK*                10: ACKNLG*
  327.       11: BUSY                11: BUSY
  328.       12: POUT                 1: STROBE*
  329.       13: SEL                 36: DIR
  330.       14: +5V                 14: NC
  331.       15: NC                  32: NC
  332.       16: RESET*              31: INIT*
  333.       17: GND                 NC:
  334.  
  335.  
  336.  
  337. Disclaimers and Copyrights
  338. -------------------------------
  339.  
  340. Installer and Installer project icon
  341. (c) Copyright 1991-93 Commodore-Amiga, Inc.  All Rights Reserved.
  342. Reproduced and distributed under license from Commodore.
  343.  
  344. INSTALLER SOFTWARE IS PROVIDED "AS-IS" AND SUBJECT TO CHANGE;
  345. NO WARRANTIES ARE MADE.  ALL USE IS AT YOUR OWN RISK.  NO LIABILITY
  346. OR RESPONSIBILITY IS ASSUMED.
  347.  
  348. AmigaGuide, AmigaGuide.info, amigaguide.library, WDisplay, WDisplay.info
  349. (c) Copyright 1991-93 Commodore-Amiga, Inc.  All Rights Reserved.
  350. Reproduced and distributed under license from Commodore.
  351.  
  352. AMIGAGUIDE SOFTWARE IS PROVIDED "AS-IS" AND SUBJECT TO CHANGE;
  353. NO WARRANTIES ARE MADE.  ALL USE IS AT YOUR OWN RISK.  NO LIABILITY
  354. OR RESPONSIBILITY IS ASSUMED.
  355.  
  356.